home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Movie Controller / MCComponent ƒ / FadeScreen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-14  |  627 b   |  27 lines  |  [TEXT/KAHL]

  1. /*
  2.     File:        FadeScreen.h
  3.  
  4.     Contains:    code snippet for fading a screen of any depth in or out.
  5.  
  6.     Written by:    John Wang
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <1>        03/14/94    JW        Re-Created for Universal Headers.
  13.  
  14.     To Do:
  15.  
  16. */
  17.  
  18. #ifdef THINK_C
  19. #define        applec
  20. #endif
  21.  
  22. /* ------------------------------------------------------------------------- */
  23.  
  24. void FadeInOut(GDHandle myDevice, Boolean inOut, short smoothness);
  25. void DirectFadeInOut(GDHandle myDevice, Boolean inOut, short smoothness);
  26. void IndexedFadeInOut(GDHandle myDevice, Boolean inOut, short smoothness);
  27.